home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Explosion 2
/
Software Explosion 2 - Virtual Computer Pets (1997).iso
/
windoze
/
whiskers
/
kcip0.dxr
/
00048.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-07-01
|
268 b
|
17 lines
on mouseDown
global activity
set activity to 4
if the doubleClick then
set activity to 5
end if
set the constraint of sprite 15 to 20
updateStage()
end
on mouseUp
checkbounds(17)
grav(17)
set the constraint of sprite 15 to 0
updateStage()
end